home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / mapent.zip / MAPENT.TXT < prev   
Text File  |  1996-10-15  |  1KB  |  46 lines

  1. MAPENT.EXE - Quake .bsp entity mapper
  2.  
  3. I originally thought entmap did what this program does - extract a list of all
  4. entities from a .bsp file into a text file for easy editing and map rebuilding
  5. via "qbsp -onlyents".  Well, unless I've made a stupid mistake and entmap
  6. actually DOES do that (O the shame!) then this program ought to make somebody
  7. happy (like me).
  8.  
  9. Easiest if you place this in the same directory as your maps (.bsps).  Mine
  10. is "c:\quake\id1\maps".
  11.  
  12. Usage:
  13.  
  14. mapent <.bsp file>
  15.  
  16. Example:
  17.  
  18. mapent e1m1
  19.  
  20. This would take e1m1.bsp and extract all the entities (items, weapons, monsters,
  21. doors, etc.) and place them into a text file called e1m1.map.  This shouldn't
  22. be a problem for those of you with .map files already, since they more than
  23. likely already have entities included.  I made this for the id maps which do
  24. not have .map files (as far as I know).
  25.  
  26. You can find mapent.exe and any other useful (or not so useful) projects I
  27. might come up with at:
  28.  
  29. http://sphere.org/quake
  30. http://interoz.com/usr/heaven
  31.  
  32. Always try sphere 1st, since Oz doesn't get updated that regularly.  Look under
  33. Quake-Editing or Quake-C.
  34.  
  35. Feel free to distribute mapent.exe as you like as long as you keep this file
  36. with it, text intact.
  37.  
  38. If you find it useful or want the source (MS QuickC 2.5), please email me.
  39.  
  40. Care,
  41.         Heaven (heaven@interoz.com)
  42.         Wrath, leader of the Quake Clan Seven Deadly Sins (7Ds)
  43.         Jesus is LORD!
  44.  
  45.  
  46.